home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / sysadmin.681 < prev    next >
Text File  |  1992-02-06  |  2KB  |  82 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;}
  2. \paperw11520
  3. \paperh7080
  4. \margl120
  5. \margr140
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 uucp TCP connection\
  8. \
  9. Q:  I'm trying to connect to another machine using UUCP over the ethernet.  When I run 
  10. \b uucico
  11. \b0  in debug mode (
  12. \b -x99
  13. \b0 ), I get the message\
  14. \
  15.  
  16. \pard\tx80\tx320\tx1580\tx2960\tx3980\tx5300\tx6340\tx9220\tx12480\f1\fs26\li540\fc0 tcpopen failed: errno 61\
  17. root rhino (11/13-14:39-2883) FAILED (Connection refused)\
  18.  
  19. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  20. My 
  21. \b L.sys
  22. \b0  and 
  23. \b USERFILE
  24. \b0  files are correct; the remote machine's, likewise.  I have an entry for 
  25. \b uucp
  26. \b0  in my 
  27. \b /services
  28. \b0  directory in NetInfo:\
  29. \
  30.  
  31. \pard\tx80\tx320\tx1580\tx2960\tx3980\tx5300\tx6340\tx9220\tx12480\f1\fs26\li540\fc0 myhost:22# 
  32. \b niutil -read . /services/uucp
  33. \b0 \
  34. port: 540 \
  35. protocol: tcp \
  36. name: uucp uucpd \
  37.  
  38. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  39. What's wrong?\
  40. \
  41. A:  You also need to enable 
  42. \b uucp
  43. \b0  in the file 
  44. \b /etc/inetd.conf
  45. \b0 .  We ship the system with the line in the file, but commented out:\
  46. \
  47.  
  48. \pard\tx80\tx320\tx1580\tx2960\tx3980\tx5300\tx6340\tx9220\tx12480\f1\fs26\li540\fc0 # Run as user "uucp" if you don't want uucpd's wtmp entries.\
  49. #uucp    stream    tcp    nowait    root    /usr/etc/uucpd    uucpd\
  50.  
  51. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  52.  
  53. \pard\tx960\tx1920\tx2880\tx3480\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600 Just uncomment the “ 
  54. \f1\fs26\fc0 uucp    stream
  55. \f0\fs28 ” line, send 
  56. \b inetd
  57. \b0  a SIGHUP, and you'll be all set.  See the inetd(8) UNIX Manual Page for details on the format of 
  58. \b inetd.conf
  59. \b0 .\
  60.  
  61. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600 \
  62. By the way, each step accomplished (
  63. \b L.sys
  64. \b0  and 
  65. \b USERFILE
  66. \b0  being correct on both machines, a 
  67. \b uucp
  68. \b0  entry in 
  69. \b /services
  70. \b0  in NetInfo) is necessary in addition to the modification to 
  71. \b inetd.conf
  72. \b0 .\
  73. \
  74. Note also that in Release 1.0 and Release 1.0a a TCP-based UUCP connection will not work, even if you accomplish everthing mentioned in this NextAnswer.  This is because of a bug, fixed in 2.0.\
  75. \
  76. QA681\
  77. \
  78. Valid for 1.0\
  79. Valid for 2.0\
  80. \
  81.  
  82.